public void CreateDisplayList( StorableObject[] objects )
public: void CreateDisplayList( array<StorableObject^>^ objects )
Parameters
| Parameter Name | Description |
|---|---|
| objects | Objects to be drawn. |
public void CreateDisplayList( StorableObject[] objects )
public: void CreateDisplayList( array<StorableObject^>^ objects )
| Parameter Name | Description |
|---|---|
| objects | Objects to be drawn. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid parameters. |
| System.ArgumentNullException | A NULL reference is passed as a parameter. |
| Eplan.EplApi.Base.BaseException | An error occurred, when creating the display list. |